lsm_volume_record_copy(3) | Libstoragemgmt C API Manual | lsm_volume_record_copy(3) |
NAME¶
lsm_volume_record_copy - Duplicates a volume record.
SYNOPSIS¶
lsm_volume * lsm_volume_record_copy (lsm_volume *vol);
ARGUMENTS¶
- vol
- Pointer of lsm_volume to duplicate.
VERSION¶
1.0
DESCRIPTION¶
Duplicates a lsm_volume record.
RETURN¶
Pointer of lsm_volume. NULL on memory allocation failure or invalid lsm_volume pointer. Should be freed by lsm_volume_record_free.
lsm_volume_record_copy | May 2019 |